assetBaseUri

Deprecated

Asset-source URI handling is moving out of the engine binding to match Web. Construct your own baseUri in your app pointing at bundled assets or your own server. The IMG.LY CDN is for development/evaluation only — self-host the assets for production. Will be removed in a future version.

The default base URI for loading CE.SDK asset definitions from the IMG.LY CDN.

Points to the cesdk-android platform-specific versioned asset directory on the IMG.LY CDN. Each source's manifest is expected at <assetBaseUri>/<sourceID>/content.json.

Important: For production use, you should self-host the assets or include them in your application bundle and provide your own base URI instead of loading them from the IMG.LY CDN. The assets can be downloaded from https://cdn.img.ly/packages/imgly/cesdk-android/<version>/imgly-assets.zip.